--i dont know why this is a new script but ok
skincolors[SKINCOLOR_EMERALD1SUPER] = {
	name = "Super Emerald",
	ramp = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
	invcolor = SKINCOLOR_RUBYSUPER,
	invshade = 6,
	chatcolor = V_GREENMAP,
	accessible = true
}
addHook("ThinkFrame", do
    skincolors[SKINCOLOR_EMERALD1SUPER].ramp = skincolors[SKINCOLOR_SUPERMINT1 + abs( ( (leveltime >> 1) % 9) - 4)].ramp
end)